Do reference counting on the user_data that is shared between multiple
authorMatthias Clasen <maclas@gmx.de>
Wed, 28 Jan 2004 23:49:10 +0000 (23:49 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 28 Jan 2004 23:49:10 +0000 (23:49 +0000)
commitb3ecd290903bbebf357a22719834d65f21982593
tree1bf36d60fc8f5bfa5fb50b7378ed2367d06154e3
parenta76458ace6805c87a340236be1f3530a903a7a40
Do reference counting on the user_data that is shared between multiple

Thu Jan 29 00:48:47 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkactiongroup.c (gtk_action_group_add_toggle_actions_full):
* gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): Do reference
counting on the user_data that is shared between multiple signal handlers,
to avoid calling the destroy notify multiple times.  (#132447, Adam Hooper)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkactiongroup.c